home *** CD-ROM | disk | FTP | other *** search
/ Oxygen Multimedia Graphics 22 / Oxygen Multimedia Graphics 22.iso / pc / System / OX22 / PDC_79_CT1 script.ls < prev    next >
Encoding:
Text File  |  2008-03-12  |  1.3 KB  |  31 lines

  1. global ds, gList, giNum, gtNum, gtColor
  2.  
  3. on prepareFrame
  4.   t1 = getAt(gList, "t1") & getAt(gList, "t1c1")
  5.   t2 = getAt(gList, "t2") & getAt(gList, "t2c1")
  6.   t3 = getAt(gList, "t3") & getAt(gList, "t3c1")
  7.   filePath = the moviePath & "INIT"
  8.   member("CT1-T1name").text = string(getAt(gList, "t1"))
  9.   member("CT1-T2name").text = string(getAt(gList, "t2"))
  10.   member("CT1-T3name").text = string(getAt(gList, "t3"))
  11.   member("T1A").fileName = filePath & ds & t1 & "_A.jpg"
  12.   member("T1B").fileName = filePath & ds & t1 & "_B.jpg"
  13.   member("T1C").fileName = filePath & ds & t1 & "_C.jpg"
  14.   member("T1D").fileName = filePath & ds & t1 & "_D.jpg"
  15.   member("T1E").fileName = filePath & ds & t1 & "_E.jpg"
  16.   member("T2A").fileName = filePath & ds & t2 & "_A.jpg"
  17.   member("T2B").fileName = filePath & ds & t2 & "_B.jpg"
  18.   member("T2C").fileName = filePath & ds & t2 & "_C.jpg"
  19.   member("T2D").fileName = filePath & ds & t2 & "_D.jpg"
  20.   member("T2E").fileName = filePath & ds & t2 & "_E.jpg"
  21.   member("T3A").fileName = filePath & ds & t3 & "_A.jpg"
  22.   member("T3B").fileName = filePath & ds & t3 & "_B.jpg"
  23.   member("T3C").fileName = filePath & ds & t3 & "_C.jpg"
  24.   member("T3D").fileName = filePath & ds & t3 & "_D.jpg"
  25.   member("T3E").fileName = filePath & ds & t3 & "_E.jpg"
  26. end
  27.  
  28. on exitFrame me
  29.   go(the frame + 1)
  30. end
  31.